home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / qbsubs.arc / MASTER.DOC next >
Text File  |  1986-11-01  |  2KB  |  38 lines

  1. MASTER BASIC subroutines and program format for MicroSoft QuickBASIC
  2. -------------------------------------------------------------------------------
  3. HEADER: Program name and author title header
  4. ANOTHER: Would you like to do another?
  5. ANSWER: Replace INKEY$ command ** Very powerful, permits f key interrupts **
  6. ARROW: Moving arrow (requires location instructions)
  7. BANNER: Horizontal scrolling banner (requires location and message)
  8. CLEARALL: Clears screen within frame border
  9. CLEAR22: Clears line 22
  10. COMMANDLINE: Gets arguments from DOS command line and seperates them
  11. DRAW3: Draw a line on line 3
  12. DRAW21: Draw a line on line 21
  13. DRAWFRAME: Draw a frame around screen to line 23 and column 79
  14. FKEYS: Assign function keys
  15. HITF1: Routines to execute when function keys are hit (enter your own)
  16. IN: Wait for input from keyboard
  17. PRESSANY: Press any key to continue
  18. PRESSRETURN: Press [RETURN] to continue
  19. SETNAMES: Set key and color names for easy reference
  20. SHIFT: Change input from keyboard to all capitals
  21. WINDOWMAKE: Make a window on screen (requires location and size instructions)
  22. YESNO: Yes or no input only to continue
  23. TOP: Ready-made introduction screen
  24. MAIN: Insert your main program here
  25. NOFILE: Place for error routines
  26. HELP1: Preformated help screens for windows
  27. -------------------------------------------------------------------------------
  28. Collected or written by David A. Wesson
  29.                         238 S. Quaker Lane
  30.                         W. Hartford, CT 06119
  31. No copyright or liabilities attached.
  32. If you have more routines, please send listings to me to include or upload
  33. to EXEC-PC in Milwaukee. Thanks.
  34.  
  35.  
  36.  
  37.  
  38.